home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data_2 / intro_2.dxr / 00010_ROLLOVER DRAG IMAGE.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  505 b   |  20 lines

  1. on exitFrame
  2.   ImpostaCursori()
  3.   channel = rollover()
  4.   repeat with canale = 118 to 118
  5.     if channel = canale then
  6.       if the puppet of sprite canale = 0 then
  7.         puppetSprite(canale, 1)
  8.         Temp = the number of member (the name of member the memberNum of sprite canale & "_ACC")
  9.         if Temp > 0 then
  10.           set the memberNum of sprite canale to Temp
  11.         end if
  12.       end if
  13.       next repeat
  14.     end if
  15.     puppetSprite(canale, 0)
  16.   end repeat
  17.   updateStage()
  18.   go(the frame)
  19. end
  20.